'Declaration
Public Overloads Function GetValueAsEnum(Of T As {New, Enum, Struct})() As Nullable(Of T)
public Nullable<T> GetValueAsEnum<T>() where T: new(), Enum, struct
Type Parameters
- T
'Declaration
Public Overloads Function GetValueAsEnum(Of T As {New, Enum, Struct})() As Nullable(Of T)
public Nullable<T> GetValueAsEnum<T>() where T: new(), Enum, struct